Pkcs12CertBag.IsX509Certificate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.