KeyInfoX509Data.SubjectNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of the subject names of the entities contained in the KeyInfoX509Data object.
public:
property System::Collections::ArrayList ^ SubjectNames { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList? SubjectNames { get; }
public System.Collections.ArrayList SubjectNames { get; }
member this.SubjectNames : System.Collections.ArrayList
Public ReadOnly Property SubjectNames As ArrayList
Property Value
A list of the subject names of the entities contained in the KeyInfoX509Data object.
Remarks
Every X.509v3 certificate includes a subject name. This name can be used to identify one or more certificates.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.