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

Afficher le fichier Open project: OPCFoundation/UA-.NET

Méthodes publiques

Свойство Type Description
Account Opc.Ua.Configuration.AccountInfo
CertificateStore WindowsCertificateStore
DisplayName string
Service System.ServiceProcess.ServiceController
Store CertificateStoreIdentifier
StoreType WindowsStoreType
Type ContainerInfoType

Méthodes publiques

Méthode 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 méthode

public ContainerInfo ( ContainerInfoType type, CertificateStoreIdentifier store ) : System
type ContainerInfoType
store CertificateStoreIdentifier
Résultat System

ContainerInfo() public méthode

public ContainerInfo ( ContainerInfoType type, string displayName ) : System
type ContainerInfoType
displayName string
Résultat System

GetCertificateStore() public méthode

Returns a store for the container.
public GetCertificateStore ( ) : CertificateStoreIdentifier
Résultat CertificateStoreIdentifier

ToString() public méthode

Returns the display string for the object.
public ToString ( ) : string
Résultat string

Property Details

Account public_oe property

public AccountInfo,Opc.Ua.Configuration Account
Résultat Opc.Ua.Configuration.AccountInfo

CertificateStore public_oe property

public WindowsCertificateStore CertificateStore
Résultat WindowsCertificateStore

DisplayName public_oe property

public string DisplayName
Résultat string

Service public_oe property

public ServiceController,System.ServiceProcess Service
Résultat System.ServiceProcess.ServiceController

Store public_oe property

public CertificateStoreIdentifier Store
Résultat CertificateStoreIdentifier

StoreType public_oe property

public WindowsStoreType StoreType
Résultat WindowsStoreType

Type public_oe property

public ContainerInfoType Type
Résultat ContainerInfoType