4 references to CipherValue
System.IdentityModel (4)
System\IdentityModel\EncryptedDataElement.cs (2)
50if ( CipherData == null || CipherData.CipherValue == null ) 55byte[] cipherText = CipherData.CipherValue;
System\IdentityModel\EncryptedKeyElement.cs (1)
150return new EncryptedKeyIdentifierClause( CipherData.CipherValue, Algorithm, KeyIdentifier );
System\IdentityModel\Tokens\EncryptedSecurityTokenHandler.cs (1)
241return new EncryptedKeyIdentifierClause(encryptedKey.CipherData.CipherValue, encryptedKey.Algorithm, encryptedKey.KeyIdentifier);