X509Certificate2ExtensionsGetCertificateContextPropertyList Method
Gets the list of certificate properties associated with the current certificate object.
Namespace: SysadminsLV.PKI.Cryptography.X509CertificatesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public static X509CertificatePropertyType[] GetCertificateContextPropertyList(
this X509Certificate2 cert
)
<ExtensionAttribute>
Public Shared Function GetCertificateContextPropertyList (
cert As X509Certificate2
) As X509CertificatePropertyType()
public:
[ExtensionAttribute]
static array<X509CertificatePropertyType>^ GetCertificateContextPropertyList(
X509Certificate2^ cert
)
[<ExtensionAttribute>]
static member GetCertificateContextPropertyList :
cert : X509Certificate2 -> X509CertificatePropertyType[]
- cert X509Certificate2
- Certificate.
X509CertificatePropertyTypeAn array of certificate context property types associated with the current certificate.In Visual Basic and C#, you can call this method as an instance method on any object of type
X509Certificate2. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).