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

Show file 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 property

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

CertificateStore public property

public WindowsCertificateStore CertificateStore
return WindowsCertificateStore

DisplayName public property

public string DisplayName
return string

Service public property

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

Store public property

public CertificateStoreIdentifier Store
return CertificateStoreIdentifier

StoreType public property

public WindowsStoreType StoreType
return WindowsStoreType

Type public property

public ContainerInfoType Type
return ContainerInfoType