KeyCredentialManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
키 자격 증명의 기본 관리를 위한 메서드를 포함합니다.
public ref class KeyCredentialManager abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class KeyCredentialManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class KeyCredentialManager
Public Class KeyCredentialManager
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
메서드
DeleteAsync(String) |
현재 사용자 및 애플리케이션에 대해 이전에 프로비전된 사용자 ID 키를 삭제합니다. |
IsSupportedAsync() |
현재 디바이스와 사용자가 키 자격 증명을 프로비전할 수 있는지 확인합니다. |
OpenAsync(String) |
현재 사용자 및 애플리케이션에 대한 키 자격 증명을 검색합니다. |
RenewAttestationAsync() |
키 자격 증명에 대한 증명을 갱신합니다. |
RequestCreateAsync(String, KeyCredentialCreationOption) |
현재 사용자 및 애플리케이션에 대한 새 키 자격 증명을 만듭니다. |