다음을 통해 공유


XmlKeyManager.RevokeAllKeys(DateTimeOffset, String) 메서드

정의

지정된 날짜 이전에 만든 모든 키를 취소하고 기본 리포지토리에 대한 해지를 유지합니다.

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

매개 변수

revocationDate
DateTimeOffset

해지 날짜입니다. 이 값 이전에 만든 날짜가 있는 모든 키는 해지됩니다.

reason
String

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

구현

적용 대상