5 references to GetKeyBytes
System.IdentityModel (2)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (2)
2362
byte[] secret = token.
GetKeyBytes
();
2876
byte[] keyBytes = token.
GetKeyBytes
();
System.ServiceModel (3)
System\ServiceModel\Security\WSTrust.cs (3)
162
byte[] secret = simpleToken.
GetKeyBytes
();
755
issuerEntropy = ((BinarySecretSecurityToken)entropyToken).
GetKeyBytes
();
1591
requestorEntropy = skToken.
GetKeyBytes
();