GeneralFunctions.DecryptStringFromBytes Method (Byte[], Byte[], Byte[])
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Note: This API is now obsolete.
Decrypts the given text using symmetric Rijndael algorithm.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Syntax
[ObsoleteAttribute("This method has been deprecated.", true)]
public static string DecryptStringFromBytes(
byte[] cipherText,
byte[] Key,
byte[] IV
)
<ObsoleteAttribute("This method has been deprecated.", True)>
Public Shared Function DecryptStringFromBytes (
cipherText As Byte(),
Key As Byte(),
IV As Byte()
) As String
Parameters
cipherText
Type: System.Byte[]Specifies the text to be decrypted.
Key
Type: System.Byte[]Specifeis the value of the key to be used for decryption.
IV
Type: System.Byte[]Specifies the initialization Vector to be used for decryption
Return Value
Type: System.String
Type: String
String representing decrypted form of cipher text
See Also
GeneralFunctions Class
Microsoft.Uii.Common Namespace
Return to top
Unified Service Desk 2.0
© 2016 Microsoft. All rights reserved. Copyright