Share via


IFPCSSLClientCertificateRestriction::CertificateRestrictionField property

Applies to: desktop apps only

The CertificateRestrictionField property gets or sets a value from the FpcCertificateRestrictionField enumerated type that specifies the certificate field to which the restriction applies.

This property is read/write.

Syntax

HRESULT put_CertificateRestrictionField(
  FpcCertificateRestrictionField CertificateRestrictionField
);

HRESULT get_CertificateRestrictionField(
  FpcCertificateRestrictionField *pCertificateRestrictionField
);
' Data type: FpcCertificateRestrictionField

Property CertificateRestrictionField( _
  ByVal CertificateRestrictionField As FpcCertificateRestrictionField, _
  ByVal pCertificateRestrictionField As FpcCertificateRestrictionField _
) As FpcCertificateRestrictionField

Property value

Value from the FpcCertificateRestrictionField enumerated type that specifies the certificate field to which the restriction applies.

Error codes

These property methods return S_OK if the call is successful; otherwise, they return an error code.

Remarks

This property is read/write. Its default value is fpcCertificateRestrictionIssuer, which indicates that the restriction applies to the Issuer field.

Requirements

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCSSLClientCertificateRestriction

 

 

Build date: 7/12/2010