public void Decode(
byte[] rawData
)
Public Sub Decode (
rawData As Byte()
)
public:
void Decode(
array<unsigned char>^ rawData
)
member Decode :
rawData : byte[] -> unit
ArgumentNullException | rawData parameter is null. |
Asn1InvalidTagException | The data in the rawData parameter is not valid array of X500RdnAttribute objects. |