SecurityWebService.CreateSecurityNamespace Method
This function creates a security namespace based on the description provided. Note that once a security namespace is created, it will persist until it is explicitly deleted.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub CreateSecurityNamespace ( _
description As SecurityNamespaceDescription _
)
[WebMethodAttribute]
public void CreateSecurityNamespace(
SecurityNamespaceDescription description
)
[WebMethodAttribute]
public:
void CreateSecurityNamespace(
SecurityNamespaceDescription^ description
)
[<WebMethodAttribute>]
member CreateSecurityNamespace :
description:SecurityNamespaceDescription -> unit
public function CreateSecurityNamespace(
description : SecurityNamespaceDescription
)
Parameters
description
Type: Microsoft.TeamFoundation.Framework.Server.SecurityNamespaceDescriptionThe description that specifies what options are supposed to be used for this security namespace.
.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.