Click or drag to resize
MimeKit

X509CertificateStoreImport(Byte) Method

Imports the certificate(s) from the specified byte array.

Namespace: MimeKit.Cryptography
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public void Import(
	byte[] rawData
)

Parameters

rawData  Byte
The raw certificate data.
Exceptions
ExceptionCondition
ArgumentNullExceptionrawData is null.
Remarks
Imports the certificate(s) from the specified byte array.
See Also