X509CertificateClaimSet.Issuer 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 the issuer for this X509CertificateClaimSet.
public:
virtual property System::IdentityModel::Claims::ClaimSet ^ Issuer { System::IdentityModel::Claims::ClaimSet ^ get(); };
public override System.IdentityModel.Claims.ClaimSet Issuer { get; }
member this.Issuer : System.IdentityModel.Claims.ClaimSet
Public Overrides ReadOnly Property Issuer As ClaimSet
Property Value
The issuer for this X509CertificateClaimSet.
Remarks
The issuer for a X509CertificateClaimSet follows the same model as the X.509 chain for an X.509 certificate. For instance, the root X509CertificateClaimSet is self-issued and maps to a Certificate Authority. When a certificate in the chain is unavailable, the root ClaimSet is an anonymous issuer.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.