Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

X509EnhancedKeyUsageExtension Constructor

 

Initializes a new instance of the X509EnhancedKeyUsageExtension class.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodX509EnhancedKeyUsageExtension()

Initializes a new instance of the X509EnhancedKeyUsageExtension class.

System_CAPS_pubmethodX509EnhancedKeyUsageExtension(AsnEncodedData^, Boolean)

Initializes a new instance of the X509EnhancedKeyUsageExtension class using an AsnEncodedData object and a value that identifies whether the extension is critical.

System_CAPS_pubmethodX509EnhancedKeyUsageExtension(OidCollection^, Boolean)

Initializes a new instance of the X509EnhancedKeyUsageExtension class using an OidCollection and a value that identifies whether the extension is critical.

Return to top
Show:
© 2017 Microsoft