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

See Also

Reference

ClientRightsQueryContext Class

Microsoft.VisualStudio.Services.Licensing Namespace