C# Class Opc.Ua.CertificateStoreIdentifier

Describes a certificate store.
Inheritance: ICloneable, IFormattable
Afficher le fichier Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Méthodes publiques

Méthode Description
CreateStore ( string storeType ) : ICertificateStore

Returns an object that can be used to access the store.

DetermineStoreType ( string storePath ) : string

Detects the type of store represented by the path.

MemberwiseClone ( ) : object

Creates a new object that is a copy of the current instance.

OpenStore ( ) : ICertificateStore

Returns an object that can be used to access the store.

OpenStore ( string path ) : ICertificateStore

Opens the store.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

ToString ( string format, IFormatProvider formatProvider ) : string

Formats the value of the current instance using the specified format.

Method Details

CreateStore() public static méthode

Returns an object that can be used to access the store.
public static CreateStore ( string storeType ) : ICertificateStore
storeType string
Résultat ICertificateStore

DetermineStoreType() public static méthode

Detects the type of store represented by the path.
public static DetermineStoreType ( string storePath ) : string
storePath string
Résultat string

MemberwiseClone() public méthode

Creates a new object that is a copy of the current instance.
public MemberwiseClone ( ) : object
Résultat object

OpenStore() public méthode

Returns an object that can be used to access the store.
public OpenStore ( ) : ICertificateStore
Résultat ICertificateStore

OpenStore() public static méthode

Opens the store.
public static OpenStore ( string path ) : ICertificateStore
path string The path.
Résultat ICertificateStore

ToString() public méthode

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Résultat string

ToString() public méthode

Formats the value of the current instance using the specified format.
public ToString ( string format, IFormatProvider formatProvider ) : string
format string The specifying the format to use. /// -or- /// null to use the default format defined for the type of the implementation.
formatProvider IFormatProvider The to use to format the value. /// -or- /// null to obtain the numeric format information from the current locale setting of the operating system.
Résultat string