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

GetPrivateKeyFilePath() 공개 메소드

Gets the private key file path.
public GetPrivateKeyFilePath ( ) : string
리턴 string
        public string GetPrivateKeyFilePath()
        {
            Opc.Ua.CertificateIdentifier output = SecuredApplication.FromCertificateIdentifier(this);
            return output.GetPrivateKeyFilePath();
        }
    }