コード例 #1
0
 public Secret(Microsoft.AspNetCore.DataProtection.ISecret secret)
 {
 }
コード例 #2
0
 public ManagedAuthenticatedEncryptorDescriptor(Microsoft.AspNetCore.DataProtection.AuthenticatedEncryption.ConfigurationModel.ManagedAuthenticatedEncryptorConfiguration configuration, Microsoft.AspNetCore.DataProtection.ISecret masterKey)
 {
 }
 public static System.Xml.Linq.XElement ToMasterKeyElement(this Microsoft.AspNetCore.DataProtection.ISecret secret)
 {
     throw null;
 }