8 references to GetKeyBytes
System.IdentityModel (4)
System\IdentityModel\Protocols\WSTrust\Entropy.cs (1)
60return protectedKey.GetKeyBytes();
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
2419byte[] encryptedKey = protectedKey.WrappingCredentials.SecurityKey.EncryptKey(protectedKey.WrappingCredentials.Algorithm, protectedKey.GetKeyBytes()); 2425BinarySecretSecurityToken entropyToken = new BinarySecretSecurityToken(protectedKey.GetKeyBytes());
System\IdentityModel\SecurityTokenService.cs (1)
395request.Entropy.GetKeyBytes(), request.EncryptWith);
System.ServiceModel (4)
System\ServiceModel\Security\WSTrustChannel.cs (4)
613byte[] keyMaterial = System.IdentityModel.CryptoHelper.KeyGenerator.ComputeCombinedKey(request.Entropy.GetKeyBytes(), 614response.Entropy.GetKeyBytes(), 652return new BinarySecretSecurityToken(response.RequestedProofToken.ProtectedKey.GetKeyBytes()); 702return new BinarySecretSecurityToken(request.Entropy.GetKeyBytes());