1 implementation of Decrypt
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (1)
148public byte[] Decrypt(byte[] encryptedContent)
1 reference to Decrypt
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
451byte[] unwrappedKey = unwrappingSspiContext.Decrypt(wrappedKey);