del método WorkflowServiceHelper.EnsureTrustedSecurityTokenService
Obtiene o crea una SPTrustedSecurityTokenService utilizable por los servicios de flujo de trabajo
Espacio de nombres: Microsoft.SharePoint.WorkflowServices
Ensamblado: Microsoft.SharePoint.WorkflowServicesBase (en Microsoft.SharePoint.WorkflowServicesBase.dll)
Sintaxis
'Declaración
Public Shared Function EnsureTrustedSecurityTokenService ( _
metadataEndpoint As Uri, _
allowHttp As Boolean _
) As SPTrustedSecurityTokenService
'Uso
Dim metadataEndpoint As Uri
Dim allowHttp As Boolean
Dim returnValue As SPTrustedSecurityTokenService
returnValue = WorkflowServiceHelper.EnsureTrustedSecurityTokenService(metadataEndpoint, _
allowHttp)
public static SPTrustedSecurityTokenService EnsureTrustedSecurityTokenService(
Uri metadataEndpoint,
bool allowHttp
)
Parámetros
- metadataEndpoint
Tipo: System.Uri
- allowHttp
Tipo: System.Boolean
Valor devuelto
Tipo: Microsoft.SharePoint.Administration.Claims.SPTrustedSecurityTokenService
SPTrustedSecurityTokenService para la administración de flujo de trabajo.