| 
            
              CertificateGeneratorSubjectNames Property
             | 
          
        
        
            Gets or sets the subject names (common names)
            of the entity that this certificate identifies.
            
        
        Namespace: GSF.Net.SecurityAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxpublic string[] SubjectNames { get; set; }Public Property SubjectNames As String()
	Get
	Set
public:
property array<String^>^ SubjectNames {
	array<String^>^ get ();
	void set (array<String^>^ value);
}member SubjectNames : string[] with get, set
function get_SubjectNames();
function set_SubjectNames(value);
 View SourceProperty Value
String
See Also