CngKey.UIPolicy 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 parameters that control the user interface (UI) for accessing the key.
public:
property System::Security::Cryptography::CngUIPolicy ^ UIPolicy { System::Security::Cryptography::CngUIPolicy ^ get(); };
public System.Security.Cryptography.CngUIPolicy UIPolicy { get; }
public System.Security.Cryptography.CngUIPolicy UIPolicy { [System.Security.SecurityCritical] get; }
member this.UIPolicy : System.Security.Cryptography.CngUIPolicy
[<get: System.Security.SecurityCritical>]
member this.UIPolicy : System.Security.Cryptography.CngUIPolicy
Public ReadOnly Property UIPolicy As CngUIPolicy
Property Value
An object that contains configuration parameters for displaying the UI.
- Attributes
Remarks
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.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.