2.2.1.2.2 TSSmartCardCreds

The TSSmartCardCreds structure contains the user's smart card credentials that are delegated to the server.<16>

 TSSmartCardCreds ::= SEQUENCE {
         pin         [0] OCTET STRING,
         cspData     [1] TSCspDataDetail,
         userHint    [2] OCTET STRING OPTIONAL,
         domainHint  [3] OCTET STRING OPTIONAL
 }

pin: An ASN.1 OCTET STRING that contains the user's smart card PIN.

cspData: A TSCspDataDetail structure, section 2.2.1.2.2.1 that contains information about the cryptographic service provider (CSP).

userHint: An ASN.1 OCTET STRING that contains the user's account hint.

domainHint: An ASN.1 OCTET STRING that contains the user's domain name to which the user's account belongs. This name could be entered by the user when the user is first prompted for the PIN.