5 references to WrappedKeySecurityToken
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityJan2004.cs (1)
162
protected override Type[] GetTokenTypesCore() { return new Type[] { typeof(
WrappedKeySecurityToken
) }; }
FrameworkFork\System.ServiceModel\System\IdentityModel\Tokens\WSSecurityXXX2005.cs (1)
134
public override Type TokenType { get { return typeof(
WrappedKeySecurityToken
); } }
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (3)
421
protected override Type[] GetTokenTypesCore() { return new Type[] { typeof(
WrappedKeySecurityToken
) }; }
448
WrappedKeySecurityToken
wrappedKeyToken = CreateWrappedKeyToken(encryptedKey.Id, encryptedKey.EncryptionMethod,
455
private
WrappedKeySecurityToken
CreateWrappedKeyToken(string id, string encryptionMethod, string carriedKeyName,