System.Security.Cryptography.X509Certificates.X509ChainPolicy.ApplicationPolicy Property

Gets a collection of object identifiers (OIDs) specifying which application policies or enhanced key usages (EKUs) the certificate supports.

Syntax

public System.Security.Cryptography.OidCollection ApplicationPolicy { get; }

Value

Documentation for this section has not yet been entered.

Remarks

By default, this collection is empty. You can add additional object identifiers (OIDs) to the collection using the following code:

code reference: x509chaintest#5

Requirements

Namespace: System.Security.Cryptography.X509Certificates
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0