Windows apps
Collapse the table of content
Expand the table of content

Verify Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Performs a X.509 chain validation using basic validation policy.

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

public:
bool Verify()

Return Value

Type: System..::..Boolean
true if the validation succeeds; false if the validation fails.

ExceptionCondition
NotImplementedException

The method is not implemented.

Show:
© 2017 Microsoft