Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
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 root authority certificate is in a valid format.
See Also
Reference
CertificateSettingSection Class