XmlKeyManager.IInternalXmlKeyManager.RevokeSingleKey Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- keyId
- Guid
- revocationDate
- DateTimeOffset
- reason
- String
Implémente
Microsoft.AspNetCore.DataProtection.KeyManagement.Internal.IInternalXmlKeyManager.RevokeSingleKey(System.Guid,System.DateTimeOffset,System.String)