2.2.4.49 SerializableSecureStoreCredential
Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.SecureStoreService.Server
The SerializableSecureStoreCredential complex type contains a serialized secure store credential.
-
<xs:complexType name="SerializableSecureStoreCredential" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element name="credential" nillable="true" type="xs:base64Binary"/> <xs:element xmlns:tns1="http://schemas.datacontract.org/2004/07/Microsoft.BusinessData.Infrastructure.SecureStore" name="credentialType" type="tns1:SecureStoreCredentialType"/> </xs:sequence> </xs:complexType>