CngKeyCreationParameters.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 or sets information about the user interface to display when a key is created or accessed.
public:
property System::Security::Cryptography::CngUIPolicy ^ UIPolicy { System::Security::Cryptography::CngUIPolicy ^ get(); void set(System::Security::Cryptography::CngUIPolicy ^ value); };
public System.Security.Cryptography.CngUIPolicy? UIPolicy { get; set; }
public System.Security.Cryptography.CngUIPolicy UIPolicy { get; set; }
member this.UIPolicy : System.Security.Cryptography.CngUIPolicy with get, set
Public Property UIPolicy As CngUIPolicy
Property Value
An object that contains details about the user interface shown by Cryptography Next Generation (CNG) classes when a key is created or accessed. A null
value indicates that the key storage provider's default user interface policy is set.
Applies to
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.