C# 클래스 Opc.Ua.Client.Controls.CertificateStoreTreeCtrl.ContainerInfo

파일 보기 프로젝트 열기: OPCFoundation/UA-.NET

공개 프로퍼티들

프로퍼티 타입 설명
Account Opc.Ua.Configuration.AccountInfo
CertificateStore WindowsCertificateStore
DisplayName string
Service System.ServiceProcess.ServiceController
Store CertificateStoreIdentifier
StoreType WindowsStoreType
Type ContainerInfoType

공개 메소드들

메소드 설명
ContainerInfo ( ContainerInfoType type, CertificateStoreIdentifier store ) : System
ContainerInfo ( ContainerInfoType type, string displayName ) : System
GetCertificateStore ( ) : CertificateStoreIdentifier

Returns a store for the container.

ToString ( ) : string

Returns the display string for the object.

메소드 상세

ContainerInfo() 공개 메소드

public ContainerInfo ( ContainerInfoType type, CertificateStoreIdentifier store ) : System
type ContainerInfoType
store CertificateStoreIdentifier
리턴 System

ContainerInfo() 공개 메소드

public ContainerInfo ( ContainerInfoType type, string displayName ) : System
type ContainerInfoType
displayName string
리턴 System

GetCertificateStore() 공개 메소드

Returns a store for the container.
public GetCertificateStore ( ) : CertificateStoreIdentifier
리턴 CertificateStoreIdentifier

ToString() 공개 메소드

Returns the display string for the object.
public ToString ( ) : string
리턴 string

프로퍼티 상세

Account 공개적으로 프로퍼티

public AccountInfo,Opc.Ua.Configuration Account
리턴 Opc.Ua.Configuration.AccountInfo

CertificateStore 공개적으로 프로퍼티

public WindowsCertificateStore CertificateStore
리턴 WindowsCertificateStore

DisplayName 공개적으로 프로퍼티

public string DisplayName
리턴 string

Service 공개적으로 프로퍼티

public ServiceController,System.ServiceProcess Service
리턴 System.ServiceProcess.ServiceController

Store 공개적으로 프로퍼티

public CertificateStoreIdentifier Store
리턴 CertificateStoreIdentifier

StoreType 공개적으로 프로퍼티

public WindowsStoreType StoreType
리턴 WindowsStoreType

Type 공개적으로 프로퍼티

public ContainerInfoType Type
리턴 ContainerInfoType