internal CacheableKeyRing(System.Threading.CancellationToken expirationToken, System.DateTimeOffset expirationTime, Microsoft.AspNetCore.DataProtection.KeyManagement.IKey defaultKey, System.Collections.Generic.IEnumerable <Microsoft.AspNetCore.DataProtection.KeyManagement.IKey> allKeys)
 {
 }
Пример #2
0
 public Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.IAuthenticatedEncryptor CreateEncryptorInstance(Microsoft.AspNetCore.DataProtection.KeyManagement.IKey key)
 {
     throw null;
 }
 public KeyRing(Microsoft.AspNetCore.DataProtection.KeyManagement.IKey defaultKey, System.Collections.Generic.IEnumerable <Microsoft.AspNetCore.DataProtection.KeyManagement.IKey> allKeys)
 {
 }