Certificate or null if none

Namespace: BasicCard.BasicCards.Loader
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
public byte[] Certificate { get; }
Visual Basic
Public ReadOnly Property Certificate As Byte()
	Get
Visual C++
public:
property array<unsigned char>^ Certificate {
	array<unsigned char>^ get ();
}
F#
member Certificate : byte[] with get

Property Value

Type: array<Byte>[]()[][]

See Also