ManagementService.AddToRelyingPartyKeys Method
There are no comments for RelyingPartyKeys in the schema.
Namespace: Microsoft.TeamFoundation.Framework.Server.AccessControl
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Sub AddToRelyingPartyKeys ( _
relyingPartyKey As RelyingPartyKey _
)
public void AddToRelyingPartyKeys(
RelyingPartyKey relyingPartyKey
)
public:
void AddToRelyingPartyKeys(
RelyingPartyKey^ relyingPartyKey
)
member AddToRelyingPartyKeys :
relyingPartyKey:RelyingPartyKey -> unit
public function AddToRelyingPartyKeys(
relyingPartyKey : RelyingPartyKey
)
Parameters
- relyingPartyKey
Type: Microsoft.TeamFoundation.Framework.Server.AccessControl.RelyingPartyKey
.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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.AccessControl Namespace