XmlKeyManager.IInternalXmlKeyManager.RevokeSingleKey Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Implementaciones
Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.RevokeSingleKey(System.Guid,System.DateTimeOffset,System.String)