SPTrustedLoginProvider.RemoveClaimTypeInformation Method
Removes the claim type information for an input claim type.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub RemoveClaimTypeInformation ( _
inputClaimType As String _
)
'Usage
Dim instance As SPTrustedLoginProvider
Dim inputClaimType As String
instance.RemoveClaimTypeInformation(inputClaimType)
public void RemoveClaimTypeInformation(
string inputClaimType
)
Parameters
inputClaimType
Type: System.StringThe input claim type.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | inputClaimType is null . |
| ArgumentException | inputClaimType is an empty string or the claim type to remove uniquely identifies logins from the trusted login provider. |
Remarks
This method does nothing if information about the claim type is not in the collection represented by the ClaimTypeInformation property.