다음을 통해 공유


IKeyManager.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
Public Sub RevokeKey (keyId As Guid, Optional reason As String = Nothing)

매개 변수

keyId
Guid

해지할 키의 ID입니다.

reason
String

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

설명

이 메서드는 기존 IKey 인스턴스를 변경하지 않습니다. 이 메서드를 호출한 후에는 모든 기존 IKey 인스턴스를 삭제하고 GetAllKeys를 다시 호출해야 합니다.

적용 대상