Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
After the security namespace extension is constructed and before any methods are called on it the security namespace for the extension will be set.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Property SecurityNamespace As TeamFoundationSecurityNamespace
TeamFoundationSecurityNamespace SecurityNamespace { get; set; }
property TeamFoundationSecurityNamespace^ SecurityNamespace {
TeamFoundationSecurityNamespace^ get ();
void set (TeamFoundationSecurityNamespace^ value);
}
abstract SecurityNamespace : TeamFoundationSecurityNamespace with get, set
function get SecurityNamespace () : TeamFoundationSecurityNamespace
function set SecurityNamespace (value : TeamFoundationSecurityNamespace)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationSecurityNamespace
Returns TeamFoundationSecurityNamespace.
.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.