10 overrides of Id
System.ServiceModel.Primitives (9)
System\IdentityModel\Tokens\GenericXmlSecurityToken.cs (1)
47public override string Id
System\IdentityModel\Tokens\KerberosRequestorSecurityToken.cs (1)
42public override string Id
System\IdentityModel\Tokens\UserNameSecurityToken.cs (1)
40public override string Id
System\IdentityModel\Tokens\X509SecurityToken.cs (1)
63public override string Id
System\ServiceModel\Security\Tokens\BinarySecretSecurityToken.cs (1)
76public override string Id
System\ServiceModel\Security\Tokens\DerivedKeySecurityToken.cs (1)
57public override string Id
System\ServiceModel\Security\Tokens\DerivedKeySecurityTokenStub.cs (1)
34public override string Id => _id;
System\ServiceModel\Security\Tokens\SecurityContextSecurityToken.cs (1)
55public override string Id
System\ServiceModel\Security\Tokens\SspiSecurityToken.cs (1)
38public override string Id
System.ServiceModel.Primitives.Tests (1)
IdentityModel\SecurityTokenProviderTest.cs (1)
259public override string Id { get; }
29 references to Id
System.ServiceModel.Primitives (11)
System\IdentityModel\Selectors\SecurityTokenAuthenticator.cs (3)
46WcfEventSource.Instance.TokenValidationStarted(eventTraceActivity, tokenType, token.Id); 57WcfEventSource.Instance.TokenValidationFailure(eventTraceActivity, tokenType, token.Id, errorMsg); 67WcfEventSource.Instance.TokenValidationSuccess(eventTraceActivity, tokenType, token.Id);
System\IdentityModel\Tokens\SecurityToken.cs (3)
27return new LocalIdKeyIdentifierClause(Id, GetType()) as T; 39return localKeyIdentifierClause.Matches(Id, GetType()); 57return (Id != null);
System\ServiceModel\Security\ReceiveSecurityHeaderElementManager.cs (2)
54mode, token.Id, supportingTokenTracker); 135SetElementAfterDecryption(index, ReceiveSecurityHeaderElementCategory.Token, token, mode, token.Id, decryptedBuffer, supportingTokenTracker);
System\ServiceModel\Security\SendSecurityHeader.cs (2)
106SendSecurityHeaderElement tokenElement = new SendSecurityHeaderElement(token.Id, new TokenElement(token, StandardsManager)); 752get { return Token.Id; }
System\ServiceModel\Security\WSSecurityJan2004.cs (1)
399id = token.Id;
System.ServiceModel.Primitives.Tests (18)
IdentityModel\SecurityTokenProviderTest.cs (18)
25Assert.Equal("GetTokenCore", token.Id); 28Assert.Equal("RenewTokenCore", token.Id); 35Assert.Equal("GetTokenCore", token.Id); 39Assert.Equal("RenewTokenCore", token.Id); 46Assert.Equal("GetTokenCore", token.Id); 49Assert.Equal("RenewTokenCore", token.Id); 61Assert.Equal("GetTokenCore", token.Id); 64Assert.Equal("RenewTokenCore", token.Id); 71Assert.Equal("BeginGetTokenCore", token.Id); 75Assert.Equal("BeginRenewTokenCore", token.Id); 82Assert.Equal("BeginGetTokenCore", token.Id); 85Assert.Equal("BeginRenewTokenCore", token.Id); 99Assert.Equal("GetTokenCore", token.Id); 102Assert.Equal("RenewTokenCore", token.Id); 109Assert.Equal("GetTokenCore", token.Id); 113Assert.Equal("RenewTokenCore", token.Id); 120Assert.Equal("GetTokenCoreAsync", token.Id); 123Assert.Equal("RenewTokenCoreAsync", token.Id);