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