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.

CngKey::UIPolicy Property

 

Gets parameters that control the user interface (UI) for accessing the key.

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

public:
property CngUIPolicy^ UIPolicy {
	CngUIPolicy^ get();
}

Property Value

Type: System.Security.Cryptography::CngUIPolicy^

An object that contains configuration parameters for displaying the UI.

The key UI policy is used with UI prompts such as smart card PIN prompts. This policy also controls password dialog boxes for protected keys.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft