C# 클래스 Opc.Ua.Security.CertificateIdentifier

An identifier for a certificate.
파일 보기 프로젝트 열기: OPCFoundation/Misc-Tools 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

Find() 공개 메소드

Gets the certificate associated with the identifier.
public Find ( ) : System.Security.Cryptography.X509Certificates.X509Certificate2
리턴 System.Security.Cryptography.X509Certificates.X509Certificate2

Find() 공개 메소드

Gets the certificate associated with the identifier.
public Find ( bool needPrivateKey ) : System.Security.Cryptography.X509Certificates.X509Certificate2
needPrivateKey bool
리턴 System.Security.Cryptography.X509Certificates.X509Certificate2

GetPrivateKeyFilePath() 공개 메소드

Gets the private key file path.
public GetPrivateKeyFilePath ( ) : string
리턴 string

OpenStore() 공개 메소드

Opens the certificate store.
public OpenStore ( ) : ICertificateStore
리턴 ICertificateStore