Pkcs12CertBag.IsX509Certificate 属性
定义
获取一个值,该值指示已编码的证书值的内容类型是否为 x.509 公钥证书内容类型。Gets a value indicating whether the content type of the encoded certificate value is the X.509 public key certificate content type.
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 。true if the content type is the X.509 public key certificate content type (1.2.840.113549.1.9.22.1); otherwise, false.