C# Class Opc.Ua.Security.CertificateIdentifier

An identifier for a certificate.
Afficher le fichier Open project: OPCFoundation/Misc-Tools Class Usage Examples

Méthodes publiques

Méthode Description
Find ( ) : System.Security.Cryptography.X509Certificates.X509Certificate2

Gets the certificate associated with the identifier.

Find ( bool needPrivateKey ) : System.Security.Cryptography.X509Certificates.X509Certificate2

Gets the certificate associated with the identifier.

GetPrivateKeyFilePath ( ) : string

Gets the private key file path.

OpenStore ( ) : ICertificateStore

Opens the certificate store.

Method Details

Find() public méthode

Gets the certificate associated with the identifier.
public Find ( ) : System.Security.Cryptography.X509Certificates.X509Certificate2
Résultat System.Security.Cryptography.X509Certificates.X509Certificate2

Find() public méthode

Gets the certificate associated with the identifier.
public Find ( bool needPrivateKey ) : System.Security.Cryptography.X509Certificates.X509Certificate2
needPrivateKey bool
Résultat System.Security.Cryptography.X509Certificates.X509Certificate2

GetPrivateKeyFilePath() public méthode

Gets the private key file path.
public GetPrivateKeyFilePath ( ) : string
Résultat string

OpenStore() public méthode

Opens the certificate store.
public OpenStore ( ) : ICertificateStore
Résultat ICertificateStore