SPClaim.IsClaimXmlSafeCharacter - Méthode
Détermine si un caractère dans une demande d'indemnisation est un coffre-fort à des fins de sérialisation XML.
Espace de noms : Microsoft.SharePoint.Administration.Claims
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function IsClaimXmlSafeCharacter ( _
character As Char _
) As Boolean
'Utilisation
Dim character As Char
Dim returnValue As Boolean
returnValue = SPClaim.IsClaimXmlSafeCharacter(character)
public static bool IsClaimXmlSafeCharacter(
char character
)
Paramètres
character
Type : System.CharCaractère à vérifier.
Valeur renvoyée
Type : System.Boolean
Si le XML est un caractère sans échec, renvoie true; Sinon, false.
Remarques
En caractères XML valides ou non sécurisés sont un signe deux-points, un point-virgule, une virgule, un espace blanc et un caractère de contrôle. 0 x 9, 0xA, 0xD, 0 x 20-0xD7FF, 0xE000-0xFFFD, 0 x 10000 à 0x10FFFF sont des exemples de XML valide chars .