CertificateServerOperations.Proxy Property
Access to proxy object.
Namespace: Microsoft.Clm.Provision
Assembly: Microsoft.Clm.Provision (in Microsoft.Clm.Provision.dll)
Usage
'Usage
Dim value As CertificateServerOperationsByCulture
value = CertificateServerOperations.Proxy
CertificateServerOperations.Proxy = value
Syntax
'Declaration
Public Shared Property Proxy As CertificateServerOperationsByCulture
public static CertificateServerOperationsByCulture Proxy { get; set; }
public:
static property CertificateServerOperationsByCulture^ Proxy {
CertificateServerOperationsByCulture^ get ();
void set (CertificateServerOperationsByCulture^ value);
}
/** @property */
public static CertificateServerOperationsByCulture get_Proxy ()
/** @property */
public static void set_Proxy (CertificateServerOperationsByCulture value)
public static function get Proxy () : CertificateServerOperationsByCulture
public static function set Proxy (value : CertificateServerOperationsByCulture)
Property Value
Returns CertificateServerOperationsByCulture.
Remarks
If UseRemoting is true then its channel properties cannot be null.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 2008 x64 Edition
Target Platforms
Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2
See Also
Reference
CertificateServerOperations Class
CertificateServerOperations Members
Microsoft.Clm.Provision Namespace