Pkcs12CertBag.IsX509Certificate Property

Definition

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

Property Value

true if the content type is the X.509 public key certificate content type (1.2.840.113549.1.9.22.1); otherwise, false.

Applies to

See also