KeyInfoX509Data.SubjectKeyIds 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 key identifiers (SKIs) contained in the KeyInfoX509Data object.
public:
property System::Collections::ArrayList ^ SubjectKeyIds { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList? SubjectKeyIds { get; }
public System.Collections.ArrayList SubjectKeyIds { get; }
member this.SubjectKeyIds : System.Collections.ArrayList
Public ReadOnly Property SubjectKeyIds As ArrayList
Property Value
A list of the subject key identifiers (SKIs) contained in the KeyInfoX509Data object.
Remarks
Subject key identifiers (SKIs) are a way to identify certificates that contain a certain public key. An SKI can be used to identify one or more certificates issued to a particular subject key pair.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.