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.
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 Property RelyingPartyKeys As DataServiceCollection(Of RelyingPartyKey)
public DataServiceCollection<RelyingPartyKey> RelyingPartyKeys { get; set; }
public:
property DataServiceCollection<RelyingPartyKey^>^ RelyingPartyKeys {
DataServiceCollection<RelyingPartyKey^>^ get ();
void set (DataServiceCollection<RelyingPartyKey^>^ value);
}
member RelyingPartyKeys : DataServiceCollection<RelyingPartyKey> with get, set
function get RelyingPartyKeys () : DataServiceCollection<RelyingPartyKey>
function set RelyingPartyKeys (value : DataServiceCollection<RelyingPartyKey>)
Property Value
Type: System.Data.Services.Client.DataServiceCollection<RelyingPartyKey>
Returns DataServiceCollection<T>.
.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