Saves the CertificateStore in a buffer.

Namespace: LLCryptoLib.Security.Certificates
Assembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)

Syntax

C#
public byte[] ToCerBuffer(
	CertificateStoreType type
)
Visual Basic
Public Function ToCerBuffer ( _
	type As CertificateStoreType _
) As Byte()
Visual C++
public:
array<unsigned char>^ ToCerBuffer(
	CertificateStoreType type
)

Return Value

An array of bytes that represents the encoded store.

Exceptions

ExceptionCondition
LLCryptoLib.Security.Certificates..::..CertificateExceptionAn error occurs while saving the store to the memory buffer.

See Also