SPTrustedClaimTypeInformation Constructor (String, String)
Initializes a new instance of the SPTrustedClaimTypeInformation class.
Namespace: Microsoft.SharePoint.Administration.Claims
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
claimType As String _
)
'Usage
Dim name As String
Dim claimType As String
Dim instance As New SPTrustedClaimTypeInformation(name, claimType)
public SPTrustedClaimTypeInformation(
string name,
string claimType
)
Parameters
- name
Type: System.String
- claimType
Type: System.String
See Also
Reference
SPTrustedClaimTypeInformation Class
SPTrustedClaimTypeInformation Members