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.

CngUIPolicy Constructor

 

Initializes a new instance of the CngUIPolicy class.

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

NameDescription
System_CAPS_pubmethodCngUIPolicy(CngUIProtectionLevels)

Initializes a new instance of the CngUIPolicy class by using the specified protection level.

System_CAPS_pubmethodCngUIPolicy(CngUIProtectionLevels, String^)

Initializes a new instance of the CngUIPolicy class by using the specified protection level and friendly name.

System_CAPS_pubmethodCngUIPolicy(CngUIProtectionLevels, String^, String^)

Initializes a new instance of the CngUIPolicy class by using the specified protection level, friendly name, and description.

System_CAPS_pubmethodCngUIPolicy(CngUIProtectionLevels, String^, String^, String^)

Initializes a new instance of the CngUIPolicy class by using the specified protection level, friendly name, description string, and use context.

System_CAPS_pubmethodCngUIPolicy(CngUIProtectionLevels, String^, String^, String^, String^)

Initializes a new instance of the CngUIPolicy class by using the specified protection level, friendly name, description string, use context, and title.

Return to top
Show:
© 2017 Microsoft