다음을 통해 공유


XmlKeyManager.RevokeKey(Guid, String) 메서드

정의

특정 키를 취소하고 기본 리포지토리에 대한 해지를 유지합니다.

public void RevokeKey (Guid keyId, string reason = default);
public void RevokeKey (Guid keyId, string? reason = default);
abstract member RevokeKey : Guid * string -> unit
override this.RevokeKey : Guid * string -> unit
Public Sub RevokeKey (keyId As Guid, Optional reason As String = Nothing)

매개 변수

keyId
Guid

해지할 키의 ID입니다.

reason
String

사람이 읽을 수 있는 선택적 해지 이유입니다.

구현

적용 대상