2 types derived from SecurityKey
System.ServiceModel.Primitives (1)
netstandard.cs (1)
325public abstract partial class SymmetricSecurityKey : SecurityKey
System.ServiceModel.Primitives.Tests (1)
Security\securityKeyTest.cs (1)
30public class MockSecurityKey : SecurityKey
11 references to SecurityKey
System.ServiceModel.Primitives (9)
netstandard.cs (9)
294public System.IdentityModel.Tokens.SecurityKey CreateKey() { return default; } 309public virtual System.IdentityModel.Tokens.SecurityKey CreateKey() { return default; } 317public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey> SecurityKeys { get; } 323public virtual SecurityKey ResolveKeyIdentifierClause(SecurityKeyIdentifierClause keyIdentifierClause) => default; 348public override System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey> SecurityKeys => default; 393public override System.Collections.ObjectModel.ReadOnlyCollection<SecurityKey> SecurityKeys => default; 404public override System.Collections.ObjectModel.ReadOnlyCollection<SecurityKey> SecurityKeys => default; 2459public override System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey> SecurityKeys { get { return default; } } 2522public override System.Collections.ObjectModel.ReadOnlyCollection<System.IdentityModel.Tokens.SecurityKey> SecurityKeys => default;
System.ServiceModel.Primitives.Tests (2)
IdentityModel\SecurityTokenManagerTest.cs (1)
78protected override bool TryResolveSecurityKeyCore(SecurityKeyIdentifierClause keyIdentifierClause, out SecurityKey key)
IdentityModel\SecurityTokenProviderTest.cs (1)
260public override ReadOnlyCollection<SecurityKey> SecurityKeys => default;