'Declaration
Public Function New( _ ByVal sender As Object, _ ByVal target As Object, _ ByVal certificate As IPkiCertificate, _ ByVal chain As PkiChain, _ ByVal transportPolicyErrors As TransportPolicyErrors _ )
'Usage
Dim sender As Object Dim target As Object Dim certificate As IPkiCertificate Dim chain As PkiChain Dim transportPolicyErrors As TransportPolicyErrors Dim instance As New ValidateCertificateEventArgs(sender, target, certificate, chain, transportPolicyErrors)
public ValidateCertificateEventArgs( object sender, object target, IPkiCertificate certificate, PkiChain chain, TransportPolicyErrors transportPolicyErrors )
public: ValidateCertificateEventArgs( Object^ sender, Object^ target, IPkiCertificate^ certificate, PkiChain^ chain, TransportPolicyErrors transportPolicyErrors )
Parameters
- sender
- An object that contains state information for this validation.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - target
- The target object for which the validation is being performed.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - certificate
- The certificate to be validated.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - chain
- The chain of certificate authorities associated with the certificate to be validated.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - transportPolicyErrors
- Errors associated with the certificate to be validated.