CertificateSettingSection.ValidateCertFileTokenIssuer Method
Handles the ServerValidate event for the input control represented by the InputCertFileTokenIssuer field.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Sub ValidateCertFileTokenIssuer ( _
sender As Object, _
args As ServerValidateEventArgs _
)
'Usage
Dim sender As Object
Dim args As ServerValidateEventArgs
Me.ValidateCertFileTokenIssuer(sender, _
args)
protected void ValidateCertFileTokenIssuer(
Object sender,
ServerValidateEventArgs args
)
Parameters
sender
Type: System.ObjectThe source of the event.
args
Type: System.Web.UI.WebControls.ServerValidateEventArgsThe data for the event.
Remarks
This method validates whether the uploaded token issuer certificate is in a valid format.
See Also
Reference
CertificateSettingSection Class