Opc.Ua.CertificateIdentifierCollection.GetPrivateKeyFilePath C# (CSharp) 메소드

GetPrivateKeyFilePath() 공개 메소드

Returns the file containing the private key for the specified certificate.
public GetPrivateKeyFilePath ( string thumbprint ) : string
thumbprint string
리턴 string
        public string GetPrivateKeyFilePath(string thumbprint)
        {
            return null;
        }