FileRepositoryProperties.SigningInfo Property
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property SigningInfo As SigningInfo
public SigningInfo SigningInfo { get; internal set; }
public:
property SigningInfo^ SigningInfo {
SigningInfo^ get ();
internal: void set (SigningInfo^ value);
}
member SigningInfo : SigningInfo with get, internal set
function get SigningInfo () : SigningInfo
internal function set SigningInfo (value : SigningInfo)
Property Value
Type: Microsoft.TeamFoundation.Framework.Client.SigningInfo
Returns SigningInfo.
.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.