|
CertificateGeneratorCertificatePath Property
|
Gets or sets the path to the certificate file
that is generated by this certificate generator.
Namespace: GSF.Net.SecurityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
Syntaxpublic string CertificatePath { get; set; }
Public Property CertificatePath As String
Get
Set
public:
property String^ CertificatePath {
String^ get ();
void set (String^ value);
}
member CertificatePath : string with get, set
function get_CertificatePath();
function set_CertificatePath(value);
View SourceProperty Value
String
See Also