4 references to CipherValue
System.IdentityModel (4)
System\IdentityModel\EncryptedDataElement.cs (2)
50
if ( CipherData == null || CipherData.
CipherValue
== null )
55
byte[] cipherText = CipherData.
CipherValue
;
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);