X509CertificateTrustListSubjectUsage Property |
Gets a collection of OIDs that represents intended usages of the certificate trust list.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public OidCollection SubjectUsage { get; }
Public ReadOnly Property SubjectUsage As OidCollection
Get
public:
property OidCollection^ SubjectUsage {
OidCollection^ get ();
}
member SubjectUsage : OidCollection with get
Property Value
Type:
OidCollectionSee Also