Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

X509Chain::Create Method ()

 

Creates an X509Chain object after querying for the mapping defined in the CryptoConfig file, and maps the chain to that mapping.

Namespace:   System.Security.Cryptography.X509Certificates
Assembly:  System (in System.dll)

public:
static X509Chain^ Create()

By default, this method will create an X.509 chain. You can also use this method when the default chain-building engine is overridden in the Machine.config file. Note that for compatibility, any chain engine must attempt to honor the call and return semantics of the default chain engine.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft