Partilhar via


CertificateSettingSection.ValidateCertFileRootAuthority Method

Handles the ServerValidate event for the input control represented by the InputCertFileRootAuthority field.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Sub ValidateCertFileRootAuthority ( _
    sender As Object, _
    args As ServerValidateEventArgs _
)
'Usage
Dim sender As Object
Dim args As ServerValidateEventArgs

Me.ValidateCertFileRootAuthority(sender, _
    args)
protected void ValidateCertFileRootAuthority(
    Object sender,
    ServerValidateEventArgs args
)

Parameters

Remarks

This method validates whether the uploaded root authority certificate is in a valid format.

See Also

Reference

CertificateSettingSection Class

CertificateSettingSection Members

Microsoft.SharePoint.WebControls Namespace