CngKeyCreationParameters.UIPolicy 속성

정의

키를 만들거나 액세스할 때 표시할 사용자 인터페이스에 대한 정보를 가져오거나 설정합니다.

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; }
member this.UIPolicy : System.Security.Cryptography.CngUIPolicy with get, set
Public Property UIPolicy As CngUIPolicy

속성 값

키를 만들거나 액세스할 때 CNG(Cryptography Next Generation) 클래스에 표시되는 사용자 인터페이스에 대한 세부 정보를 포함하는 개체입니다. 값은 null 키 스토리지 공급자의 기본 사용자 인터페이스 정책이 설정되었음을 나타냅니다.

적용 대상