XmlKeyManager.IInternalXmlKeyManager.RevokeSingleKey Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
virtual void Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.RevokeSingleKey(Guid keyId, DateTimeOffset revocationDate, System::String ^ reason) = Microsoft::AspNetCore::DataProtection::KeyManagement::Internal::IInternalXmlKeyManager::RevokeSingleKey;
void IInternalXmlKeyManager.RevokeSingleKey (Guid keyId, DateTimeOffset revocationDate, string reason);
abstract member Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.RevokeSingleKey : Guid * DateTimeOffset * string -> unit
override this.Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.RevokeSingleKey : Guid * DateTimeOffset * string -> unit
Sub RevokeSingleKey (keyId As Guid, revocationDate As DateTimeOffset, reason As String) Implements IInternalXmlKeyManager.RevokeSingleKey
Parâmetros
- keyId
- Guid
- revocationDate
- DateTimeOffset
- reason
- String
Implementações
Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.RevokeSingleKey(System.Guid,System.DateTimeOffset,System.String)