2.2.4.9 SecureStoreServiceClaim

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.SecureStoreService.Server

The SecureStoreServiceClaim complex type contains information about a claim (2).

 <xs:complexType name="SecureStoreServiceClaim" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="claimIssuer" nillable="true" type="xs:string"/>
     <xs:element name="claimType" nillable="true" type="xs:string"/>
     <xs:element name="claimValue" nillable="true" type="xs:string"/>
   </xs:sequence>
 </xs:complexType>

claimIssuer: A claim issuer. It MUST be between 1 and 2084 characters, inclusive, in length.

claimType: A claim type. It MUST be between 1 and 2084 characters, inclusive, in length.

claimValue: A claim value. It MUST be between 1 and 2048 characters, inclusive, in length.