X509Chain::Reset Method ()

 

Clears the current X509Chain object.

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

public:
[SecurityCriticalAttribute]
[PermissionSetAttribute(SecurityAction::LinkDemand, Unrestricted = true)]
[PermissionSetAttribute(SecurityAction::InheritanceDemand, Unrestricted = true)]
void Reset()

LinkDemand

for full trust for the immediate caller. This member cannot be used by partially trusted code.

InheritanceDemand

for full trust for inheritors. This member cannot be inherited by partially trusted code.

.NET Framework
Available since 2.0
Return to top
Show: