C# Класс Opc.Ua.CertificateStoreIdentifier

Describes a certificate store.
Наследование: ICloneable, IFormattable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

CreateStore() публичный статический Метод

Returns an object that can be used to access the store.
public static CreateStore ( string storeType ) : ICertificateStore
storeType string
Результат ICertificateStore

DetermineStoreType() публичный статический Метод

Detects the type of store represented by the path.
public static DetermineStoreType ( string storePath ) : string
storePath string
Результат string

MemberwiseClone() публичный Метод

Creates a new object that is a copy of the current instance.
public MemberwiseClone ( ) : object
Результат object

OpenStore() публичный Метод

Returns an object that can be used to access the store.
public OpenStore ( ) : ICertificateStore
Результат ICertificateStore

OpenStore() публичный статический Метод

Opens the store.
public static OpenStore ( string path ) : ICertificateStore
path string The path.
Результат ICertificateStore

ToString() публичный Метод

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string

ToString() публичный Метод

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.
Результат string