HTTP and SOAP Provider::PassportEncrypt
Wrapper for the Passport.Crypt object. Used by Microsoft Provisioning Framework (MPF) to encrypt information in a provisioning request before passing it to a Microsoft .NET Passport site.
Arguments
The following table describes the XML schema elements and attributes. Unless otherwise indicated, the data type is string.
Element | Description, relationships, and attributes |
---|---|
executeData |
Description: Children: |
encryption |
Description: Parent: Children: |
keyVersion |
Description: Parent: Maximum Length: |
requestInfo |
Description: Parent: Children: |
result |
Description: Parent: Children: |
siteId |
Description: Parent: Maximum Length: |
text |
Description: Parent: Maximum Length: |
Remarks
No remarks.
Schema Definition
Input
<executeData>1..1
<requestInfo>1..1
<siteId>0..1</siteId>
<keyVersion>0..1</keyVersion>
<text>1..1</text>
</requestInfo>
<result>0..1</result>
</executeData>
Output
<executeData>1..1
<result>1..1
<encryption>
<siteId>1..1</siteId>
<keyVersion>1..1</keyVersion>
<text>1..1</text>
</encryption>
</result>
</executeData>
Sample Code
Example XML Request
The following code fragment shows the format for sending data to this procedure. For more information on individual elements and attributes, see the Elements and Attributes table.
Example XML Response
The following code fragment shows the format for data this procedure returns. For more information on individual elements and attributes, see the Elements and Attributes table.
Applies To
Hosted Messaging and Collaboration version 4.5
Hosted Messaging and Collaboration version 4.0
Hosted Messaging and Collaboration version 3.5
Hosted Messaging and Collaboration version 3.0
Windows-based Hosting version 4.5
Windows-based Hosting version 4.0
Windows-based Hosting version 3.5
Windows-based Hosting for Applications version 1.0