The following tables list the members exposed by SecurityPolicies.
Name | Description | |
---|---|---|
![]() | BaseUri | The base URI for all policy URIs. |
![]() | Basic128Rsa15 | The URI for the Basic128Rsa15 security policy. |
![]() | Basic256 | The URI for the Basic256 security policy. |
![]() | Basic256Sha256 | The URI for the Basic256Sha256 security policy. |
![]() | Https | The URI for the Https security policy. |
![]() | None | The URI for a policy that uses no security. |
Name | Description | |
---|---|---|
![]() ![]() | Decrypt | Decrypts the CipherText using the SecurityPolicyUri and returns the PlainTetx. |
![]() ![]() | Encrypt | Encrypts the text using the SecurityPolicyUri and returns the result. |
![]() ![]() | GetDisplayName | Returns a display name for a security policy uri. |
![]() ![]() | GetDisplayNames | Returns the display names for all security policy uris. |
![]() ![]() | GetUri | Returns the uri associated with the display name. |
![]() ![]() | Sign | Signs the data using the SecurityPolicyUri and returns the signature. |
![]() ![]() | ToSecurityAlgorithmSuite | Returns a WCF SecurityAlgorithmSuite for a UA Security Policy |
![]() ![]() | Verify | Verifies the signature using the SecurityPolicyUri and return true if valid. |