Pkcs12CertBag.IsX509Certificate 属性

定义

获取一个值,该值指示已编码的证书值的内容类型是否为 x.509 公钥证书内容类型。

public:
 property bool IsX509Certificate { bool get(); };
public bool IsX509Certificate { get; }
member this.IsX509Certificate : bool
Public ReadOnly Property IsX509Certificate As Boolean

属性值

true 如果内容类型是 X.509 公钥证书内容类型 (1.2.840.113549.1.9.22.1) ;否则为 false

适用于

另请参阅