X509IssuerStore Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
X509IssuerStore(IList<String>) |
Construct an X509IssuerStore object that identifies an X509 issuer certificate store |
X509IssuerStore(String, IList<String>) |
Construct an X509IssuerStore object that identifies an X509 issuer certificate store |
X509IssuerStore(IList<String>)
Construct an X509IssuerStore object that identifies an X509 issuer certificate store
public X509IssuerStore (System.Collections.Generic.IList<string> issuerStores);
new System.Fabric.X509IssuerStore : System.Collections.Generic.IList<string> -> System.Fabric.X509IssuerStore
Public Sub New (issuerStores As IList(Of String))
Parameters
Issuer store names where issuer certificate can be found. All certificates in the mentioned stores will be whitelisted.
Applies to
X509IssuerStore(String, IList<String>)
Construct an X509IssuerStore object that identifies an X509 issuer certificate store
public X509IssuerStore (string name, System.Collections.Generic.IList<string> issuerStores);
new System.Fabric.X509IssuerStore : string * System.Collections.Generic.IList<string> -> System.Fabric.X509IssuerStore
Public Sub New (name As String, issuerStores As IList(Of String))
Parameters
- name
- String
Issuer common name for X509 issuer certificate
Applies to
Azure SDK for .NET