System.Security.Cryptography.X509Certificates.X509Chain.ChainPolicy Property

Gets or sets the System.Security.Cryptography.X509Certificates.X509ChainPolicy to use when building an X.509 certificate chain.

Syntax

public X509ChainPolicy ChainPolicy { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Use this property to set chain policy. For example, you can specify the Enhanced Key Usage (EKU) for which the chain should be validated, or specify revocation checking.

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