|
CertificateGeneratorValidYears Property
|
Gets or sets the number of years self-signed generated
certificates should be valid.
Namespace: GSF.Net.SecurityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public int ValidYears { get; set; }
Public Property ValidYears As Integer
Get
Set
public:
property int ValidYears {
int get ();
void set (int value);
}
member ValidYears : int with get, set
function get_ValidYears();
function set_ValidYears(value);
View SourceProperty Value
Int32Remarks
Defaults to 1.
See Also