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