ClientRightsQueryContext.IncludeCertificate Property
Namespace: Microsoft.VisualStudio.Services.Licensing
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Public Property IncludeCertificate As Boolean
public bool IncludeCertificate { get; set; }
public:
property bool IncludeCertificate {
bool get ();
void set (bool value);
}
member IncludeCertificate : bool with get, set
function get IncludeCertificate () : boolean
function set IncludeCertificate (value : boolean)
Property Value
Type: System.Boolean
.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.