CertificateGeneratorSubjectNames Property
Gets or sets the subject names (common names)
of the entity that this certificate identifies.
Namespace: Gemstone.Net.SecurityAssembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.165 -- Release Build+e14d337b173ad33e50be6747ce5b02f477f99484
public string[] SubjectNames { get; set; }
Public Property SubjectNames As String()
Get
Set
public:
property array<String^>^ SubjectNames {
array<String^>^ get ();
void set (array<String^>^ value);
}
function get_SubjectNames();
function set_SubjectNames(value);
Property Value
String