ChainBuildingParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents parameters to use when building a certificate chain.
public ref class ChainBuildingParameters sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ChainBuildingParameters final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class ChainBuildingParameters final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ChainBuildingParameters
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class ChainBuildingParameters
function ChainBuildingParameters()
Public NotInheritable Class ChainBuildingParameters
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Constructors
ChainBuildingParameters() |
Creates a new instance of the ChainBuildingParameters class. |
Properties
AuthorityInformationAccessEnabled |
Gets or sets a value that indicates whether Authority Information Access (AIA) is enabled. |
CurrentTimeValidationEnabled |
Gets or sets a value indicating that the current time is to be used for the validation timestamp. |
EnhancedKeyUsages |
Gets a collection of object identifiers (OIDs) for the enhanced key usage extension. |
ExclusiveTrustRoots |
Gets the list of root certificates that will be trusted. |
NetworkRetrievalEnabled |
Gets or sets a value indicating whether to request new URLs to use for chain building and revocation checking or to use cached URLs. |
RevocationCheckEnabled |
Gets or sets a value indicating whether revocation checking is enabled. |
ValidationTimestamp |
Gets or sets the time stamp used to determine whether the certificate chain was time valid. |