Share via


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)

Syntax

'Declaration
Public Function Verify As Boolean
public bool Verify()
public:
bool Verify()
member Verify : unit -> bool 
public function Verify() : boolean

Return Value

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

Exceptions

Exception Condition
NotImplementedException

The method is not implemented.

.NET Framework Security

See Also

Reference

X509Certificate2 Class

System.Security.Cryptography.X509Certificates Namespace