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>)
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
- issuerStores
- System.Collections.Generic.IList<System.String>
Applies to
X509IssuerStore(String, IList<String>)
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
- System.String
- issuerStores
- System.Collections.Generic.IList<System.String>