C# 클래스 Opc.Ua.CertificateStoreIdentifier

Describes a certificate store.
상속: ICloneable, IFormattable
파일 보기 프로젝트 열기: OPCFoundation/UA-.NETStandardLibrary 1 사용 예제들

공개 메소드들

메소드 설명
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