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.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
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