7 references to CipherData
System.IdentityModel (7)
System\IdentityModel\EncryptedDataElement.cs (5)
50
if (
CipherData
== null ||
CipherData
.CipherValue == null )
55
byte[] cipherText =
CipherData
.CipherValue;
65
CipherData
.SetCipherValueFragments( iv, cipherText );
194
CipherData
.WriteXml( writer );
System\IdentityModel\EncryptedKeyElement.cs (1)
150
return new EncryptedKeyIdentifierClause(
CipherData
.CipherValue, Algorithm, KeyIdentifier );
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
241
return new EncryptedKeyIdentifierClause(encryptedKey.
CipherData
.CipherValue, encryptedKey.Algorithm, encryptedKey.KeyIdentifier);