Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Credentials in an xml format for connecting to this service contained in a StrongBoxItemInfo.
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<ClientPropertyAttribute(ClientVisibility.Private, Direction := ClientPropertySerialization.ServerToClientOnly)> _
Public Property CredentialsXmlInfo As StrongBoxItemInfo
[ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)]
public StrongBoxItemInfo CredentialsXmlInfo { get; set; }
[ClientPropertyAttribute(ClientVisibility::Private, Direction = ClientPropertySerialization::ServerToClientOnly)]
public:
property StrongBoxItemInfo^ CredentialsXmlInfo {
StrongBoxItemInfo^ get ();
void set (StrongBoxItemInfo^ value);
}
[<ClientPropertyAttribute(ClientVisibility.Private, Direction = ClientPropertySerialization.ServerToClientOnly)>]
member CredentialsXmlInfo : StrongBoxItemInfo with get, set
function get CredentialsXmlInfo () : StrongBoxItemInfo
function set CredentialsXmlInfo (value : StrongBoxItemInfo)
Property Value
Type: Microsoft.TeamFoundation.Framework.Server.StrongBoxItemInfo
.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.