(String, String, String) del constructor SPTrustedClaimTypeInformation
Inicializa una nueva instancia de la clase SPTrustedClaimTypeInformation .
Espacio de nombres: Microsoft.SharePoint.Administration.Claims
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
Public Sub New ( _
name As String, _
claimType As String, _
mappedClaimType As String _
)
'Uso
Dim name As String
Dim claimType As String
Dim mappedClaimType As String
Dim instance As New SPTrustedClaimTypeInformation(name, claimType, _
mappedClaimType)
public SPTrustedClaimTypeInformation(
string name,
string claimType,
string mappedClaimType
)
Parámetros
- name
Tipo: System.String
- claimType
Tipo: System.String
- mappedClaimType
Tipo: System.String
Vea también
Referencia
clase SPTrustedClaimTypeInformation
Miembros SPTrustedClaimTypeInformation
Sobrecarga SPTrustedClaimTypeInformation
Espacio de nombres Microsoft.SharePoint.Administration.Claims