CngUIPolicy 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
CngUIPolicy 클래스의 새 인스턴스를 초기화합니다.
오버로드
CngUIPolicy(CngUIProtectionLevels) |
지정된 보호 수준을 사용하여 CngUIPolicy 클래스의 새 인스턴스를 초기화합니다. |
CngUIPolicy(CngUIProtectionLevels, String) |
지정된 보호 수준과 이름을 사용하여 CngUIPolicy 클래스의 새 인스턴스를 초기화합니다. |
CngUIPolicy(CngUIProtectionLevels, String, String) |
지정된 보호 수준, 이름 및 설명을 사용하여 CngUIPolicy 클래스의 새 인스턴스를 초기화합니다. |
CngUIPolicy(CngUIProtectionLevels, String, String, String) |
지정된 보호 수준, 이름, 설명 문자열 및 사용 컨텍스트를 사용하여 CngUIPolicy 클래스의 새 인스턴스를 초기화합니다. |
CngUIPolicy(CngUIProtectionLevels, String, String, String, String) |
지정된 보호 수준, 이름, 설명 문자열, 사용 컨텍스트 및 제목을 사용하여 CngUIPolicy 클래스의 새 인스턴스를 초기화합니다. |
CngUIPolicy(CngUIProtectionLevels)
- Source:
- CngUIPolicy.cs
- Source:
- CngUIPolicy.cs
- Source:
- CngUIPolicy.cs
지정된 보호 수준을 사용하여 CngUIPolicy 클래스의 새 인스턴스를 초기화합니다.
public:
CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels)
매개 변수
- protectionLevel
- CngUIProtectionLevels
보호 수준을 지정하는 열거형 값의 비트 조합입니다.
설명
이 생성자는 UI 프롬프트 시나리오에서 키에 대한 보호 수준을 설정합니다.
적용 대상
CngUIPolicy(CngUIProtectionLevels, String)
- Source:
- CngUIPolicy.cs
- Source:
- CngUIPolicy.cs
- Source:
- CngUIPolicy.cs
지정된 보호 수준과 이름을 사용하여 CngUIPolicy 클래스의 새 인스턴스를 초기화합니다.
public:
CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String)
매개 변수
- protectionLevel
- CngUIProtectionLevels
보호 수준을 지정하는 열거형 값의 비트 조합입니다.
- friendlyName
- String
UI 프롬프트에 사용할 키 이름입니다. null 문자열을 지정하면 기본 이름이 사용됩니다.
적용 대상
CngUIPolicy(CngUIProtectionLevels, String, String)
- Source:
- CngUIPolicy.cs
- Source:
- CngUIPolicy.cs
- Source:
- CngUIPolicy.cs
지정된 보호 수준, 이름 및 설명을 사용하여 CngUIPolicy 클래스의 새 인스턴스를 초기화합니다.
public:
CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName, System::String ^ description);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String, description As String)
매개 변수
- protectionLevel
- CngUIProtectionLevels
보호 수준을 지정하는 열거형 값의 비트 조합입니다.
- friendlyName
- String
UI 프롬프트에 사용할 키 이름입니다. null 문자열을 지정하면 기본 이름이 사용됩니다.
- description
- String
키의 전체 텍스트 설명입니다. null 문자열을 지정하면 기본 설명이 사용됩니다.
적용 대상
CngUIPolicy(CngUIProtectionLevels, String, String, String)
- Source:
- CngUIPolicy.cs
- Source:
- CngUIPolicy.cs
- Source:
- CngUIPolicy.cs
지정된 보호 수준, 이름, 설명 문자열 및 사용 컨텍스트를 사용하여 CngUIPolicy 클래스의 새 인스턴스를 초기화합니다.
public:
CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName, System::String ^ description, System::String ^ useContext);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description, string? useContext);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string * string * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String, description As String, useContext As String)
매개 변수
- protectionLevel
- CngUIProtectionLevels
보호 수준을 지정하는 열거형 값의 비트 조합입니다.
- friendlyName
- String
UI 프롬프트에 사용할 키 이름입니다. null 문자열을 지정하면 기본 이름이 사용됩니다.
- description
- String
키의 전체 텍스트 설명입니다. null 문자열을 지정하면 기본 설명이 사용됩니다.
- useContext
- String
키를 사용하는 방법에 대한 설명입니다. null 문자열을 지정하면 기본 설명이 사용됩니다.
적용 대상
CngUIPolicy(CngUIProtectionLevels, String, String, String, String)
- Source:
- CngUIPolicy.cs
- Source:
- CngUIPolicy.cs
- Source:
- CngUIPolicy.cs
지정된 보호 수준, 이름, 설명 문자열, 사용 컨텍스트 및 제목을 사용하여 CngUIPolicy 클래스의 새 인스턴스를 초기화합니다.
public:
CngUIPolicy(System::Security::Cryptography::CngUIProtectionLevels protectionLevel, System::String ^ friendlyName, System::String ^ description, System::String ^ useContext, System::String ^ creationTitle);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string? friendlyName, string? description, string? useContext, string? creationTitle);
public CngUIPolicy (System.Security.Cryptography.CngUIProtectionLevels protectionLevel, string friendlyName, string description, string useContext, string creationTitle);
new System.Security.Cryptography.CngUIPolicy : System.Security.Cryptography.CngUIProtectionLevels * string * string * string * string -> System.Security.Cryptography.CngUIPolicy
Public Sub New (protectionLevel As CngUIProtectionLevels, friendlyName As String, description As String, useContext As String, creationTitle As String)
매개 변수
- protectionLevel
- CngUIProtectionLevels
보호 수준을 지정하는 열거형 값의 비트 조합입니다.
- friendlyName
- String
UI 프롬프트에 사용할 키 이름입니다. null 문자열을 지정하면 기본 이름이 사용됩니다.
- description
- String
키의 전체 텍스트 설명입니다. null 문자열을 지정하면 기본 설명이 사용됩니다.
- useContext
- String
키를 사용하는 방법에 대한 설명입니다. null 문자열을 지정하면 기본 설명이 사용됩니다.
- creationTitle
- String
UI 프롬프트를 제공하는 대화 상자의 제목입니다. null 문자열을 지정하면 기본 제목이 사용됩니다.
적용 대상
.NET