AccessCheckException.IdentityName Property
Gets the name of the identity that failed the access check.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public ReadOnly Property IdentityName As String
public string IdentityName { get; }
public:
property String^ IdentityName {
String^ get ();
}
member IdentityName : string with get
function get IdentityName () : String
Property Value
Type: System.String
The name of the identity that failed the access check.
.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.