X509RawDataKeyIdentifierClause.GetX509RawData 方法
定义
获取与 X.509 证书相关联的原始数据。Gets the raw data associated with the X.509 certificate.
public:
cli::array <System::Byte> ^ GetX509RawData();
public byte[] GetX509RawData ();
member this.GetX509RawData : unit -> byte[]
Public Function GetX509RawData () As Byte()
返回
- Byte[]
包含与 X.509 证书相关联的原始数据的 Byte 数组。An array of Byte that contains the raw data associated with the X.509 certificate.