Encapsulates attributes that are sent to the certificate authority (CA) as part of a certificate enrollment request.

The following tables list the members exposed by the EnrollmentAttributes type.

Public Constructors

  Name Description
EnrollmentAttributes Initializes a new instance of the EnrollmentAttributes class with default values.
Top

Public Properties

  Name Description
public property DataCollection Returns enrollment data for the certificate server.
public property ProfileGuid Specifies the GUID of a profile template.
public property ProfileTemplateName Indicates the name of a profile template.
public property RequestGuid GUID of the FIM CM Request.
public property RequestType Indicates the request type.
public property TargetUserGuid Active Directory ObjectGUID of the target user.
public property TargetUserName Windows account name of the target user.
public property ValidityPeriod Specifies the time span for which certificates are valid.
public property ValidityPeriodTicks System property.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method SetDataCollection Sets the data parameter as the data collection used to store enrollment attributes.
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also