Show / Hide Table of Contents

Class KeyVaultConfiguration

Inheritance
System.Object
KeyVaultConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.KeyVault.dll
Syntax
public static class KeyVaultConfiguration

Methods

View Source

Load(IConfiguration, Func<String, X509Certificate2>)

Declaration
public static (Uri VaultUri, IConfiguration Config) Load(IConfiguration inputConfig, Func<string, X509Certificate2> findCertificateBySubject)
Parameters
Type Name Description
IConfiguration inputConfig
System.Func<System.String, System.Security.Cryptography.X509Certificates.X509Certificate2> findCertificateBySubject
Returns
Type Description
System.ValueTuple<System.Uri, IConfiguration>
  • View Source
In This Article
Back to top Generated by DocFX