X509CertificateTrustListBuilderSubjectUsages Property |
Gets a list that identifies the intended usage of the list as a sequence of object identifiers. This is the same as in
the Enhanced Key Usage extension.
Namespace:
SysadminsLV.PKI.Cryptography.X509Certificates
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public OidCollection SubjectUsages { get; }
Public ReadOnly Property SubjectUsages As OidCollection
Get
public:
property OidCollection^ SubjectUsages {
OidCollection^ get ();
}
member SubjectUsages : OidCollection with get
Property Value
Type:
OidCollectionSee Also