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