Share via


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

Remarks

This method validates whether the uploaded token issuer certificate is in a valid format.

See Also

Reference

CertificateSettingSection Class

CertificateSettingSection Members

Microsoft.SharePoint.WebControls Namespace