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.
Gets or sets the persisted existing trusted provider names.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Property TrustedProviderNameArray As String()
Get
Set
'Usage
Dim value As String()
value = Me.TrustedProviderNameArray
Me.TrustedProviderNameArray = value
protected string[] TrustedProviderNameArray { get; set; }
Property Value
Type: []
The persisted existing trusted provider names.
See Also
Reference
IdentityProviderSettingSection Class