VssHttpRequestSettings.ClientCertificateManager Property
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Property ClientCertificateManager As IVssClientCertificateManager
public IVssClientCertificateManager ClientCertificateManager { get; set; }
public:
property IVssClientCertificateManager^ ClientCertificateManager {
IVssClientCertificateManager^ get ();
void set (IVssClientCertificateManager^ value);
}
member ClientCertificateManager : IVssClientCertificateManager with get, set
function get ClientCertificateManager () : IVssClientCertificateManager
function set ClientCertificateManager (value : IVssClientCertificateManager)
Property Value
Type: Microsoft.VisualStudio.Services.Common.IVssClientCertificateManager
.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.