SPUtility.EnsureAuthentication method (SPWeb)
Determina se o usuário atual é autenticado e que o parâmetro web não é a null reference (Nothing in Visual Basic); Caso contrário, as solicitações para autenticar o usuário.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public Shared Sub EnsureAuthentication ( _
web As SPWeb _
)
'Uso
Dim web As SPWebSPUtility.EnsureAuthentication(web)
public static void EnsureAuthentication(
SPWeb web
)
Parâmetros
web
Type: Microsoft.SharePoint.SPWebUm objeto Microsoft.SharePoint.SPWeb que representa o site.