C# Class Opc.Ua.Client.Controls.CertificateStoreTreeCtrl.ContainerInfo

ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
Account Opc.Ua.Configuration.AccountInfo
CertificateStore WindowsCertificateStore
DisplayName string
Service System.ServiceProcess.ServiceController
Store CertificateStoreIdentifier
StoreType WindowsStoreType
Type ContainerInfoType

Public Methods

Method Description
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.

Method Details

ContainerInfo() public method

public ContainerInfo ( ContainerInfoType type, CertificateStoreIdentifier store ) : System
type ContainerInfoType
store CertificateStoreIdentifier
return System

ContainerInfo() public method

public ContainerInfo ( ContainerInfoType type, string displayName ) : System
type ContainerInfoType
displayName string
return System

GetCertificateStore() public method

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

ToString() public method

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

Property Details

Account public_oe property

public AccountInfo,Opc.Ua.Configuration Account
return Opc.Ua.Configuration.AccountInfo

CertificateStore public_oe property

public WindowsCertificateStore CertificateStore
return WindowsCertificateStore

DisplayName public_oe property

public string DisplayName
return string

Service public_oe property

public ServiceController,System.ServiceProcess Service
return System.ServiceProcess.ServiceController

Store public_oe property

public CertificateStoreIdentifier Store
return CertificateStoreIdentifier

StoreType public_oe property

public WindowsStoreType StoreType
return WindowsStoreType

Type public_oe property

public ContainerInfoType Type
return ContainerInfoType