System\ServiceModel\Security\Tokens\WrappedKeySecurityToken.cs (6)
22ReadOnlyCollection<SecurityKey> securityKey;
27SecurityKey wrappingSecurityKey;
71internal WrappedKeySecurityToken(string id, byte[] keyToWrap, string wrappingAlgorithm, SecurityToken wrappingToken, SecurityKeyIdentifier wrappingTokenReference, byte[] wrappedKey, SecurityKey wrappingSecurityKey)
76WrappedKeySecurityToken(string id, byte[] keyToWrap, string wrappingAlgorithm, XmlDictionaryString wrappingAlgorithmDictionaryString, SecurityToken wrappingToken, SecurityKeyIdentifier wrappingTokenReference, byte[] wrappedKey, SecurityKey wrappingSecurityKey)
148internal SecurityKey WrappingSecurityKey
168public override ReadOnlyCollection<SecurityKey> SecurityKeys