C# Class Opc.Ua.CertificateStoreIdentifier

Describes a certificate store.
Inheritance: ICloneable, IFormattable
ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method 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 method

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

DetermineStoreType() public static method

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

MemberwiseClone() public method

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

OpenStore() public method

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

OpenStore() public static method

Opens the store.
public static OpenStore ( string path ) : ICertificateStore
path string The path.
return ICertificateStore

ToString() public method

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

ToString() public method

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.
return string