Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Note: This API is now obsolete.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
<ObsoleteAttribute("Method is obsolete")> _
Public Shared Function IsFromSecurityException ( _
se As SoapException _
) As Boolean
[ObsoleteAttribute("Method is obsolete")]
public static bool IsFromSecurityException(
SoapException se
)
[ObsoleteAttribute(L"Method is obsolete")]
public:
static bool IsFromSecurityException(
SoapException^ se
)
[<ObsoleteAttribute("Method is obsolete")>]
static member IsFromSecurityException :
se:SoapException -> bool
public static function IsFromSecurityException(
se : SoapException
) : boolean
Parameters
Return Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.