C# Class Opc.Ua.DirectoryCertificateStore.Entry

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

Public Properties

Property Type Description
Certificate System.Security.Cryptography.X509Certificates.X509Certificate2
CertificateFile System.IO.FileInfo
CertificateWithPrivateKey System.Security.Cryptography.X509Certificates.X509Certificate2
PrivateKeyFile System.IO.FileInfo

Property Details

Certificate public_oe property

public X509Certificate2,System.Security.Cryptography.X509Certificates Certificate
return System.Security.Cryptography.X509Certificates.X509Certificate2

CertificateFile public_oe property

public FileInfo,System.IO CertificateFile
return System.IO.FileInfo

CertificateWithPrivateKey public_oe property

public X509Certificate2,System.Security.Cryptography.X509Certificates CertificateWithPrivateKey
return System.Security.Cryptography.X509Certificates.X509Certificate2

PrivateKeyFile public_oe property

public FileInfo,System.IO PrivateKeyFile
return System.IO.FileInfo