SPUtility.GetBinaryUserId method
Retorna o identificador binário da conta de associação.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Function GetBinaryUserId ( _
fullName As String _
) As Byte()
'Uso
Dim fullName As String
Dim returnValue As Byte()
returnValue = SPUtility.GetBinaryUserId(fullName)
public static byte[] GetBinaryUserId(
string fullName
)
Parâmetros
fullName
Type: System.StringNome da conta de associação no formato "ProviderName:UserName".
Valor retornado
Type: []
Retorna Byte.