Implemented interface member:
property
Id
System.IdentityModel.Policy.IAuthorizationComponent.Id
2 overrides of Id
System.IdentityModel (2)
System\IdentityModel\Policy\DefaultAuthorizationContext.cs (1)
43public override string Id
System\IdentityModel\SecurityUtils.cs (1)
344public override string Id
4 references to Id
System.IdentityModel (1)
System\IdentityModel\SecurityUtils.cs (1)
415SR.GetString(SR.AuthorizationContextCreated, authorizationContext.Id));
System.ServiceModel (2)
System\ServiceModel\Dispatcher\AuthorizationBehavior.cs (2)
88authContextId = authContext.Id; 122authContextId = authContext.Id;
System.WorkflowServices (1)
System\ServiceModel\Security\SerializableAuthorizationContext.cs (1)
58return new SerializableAuthorizationContext(contextBlob, authorizationContext.ExpirationTime, authorizationContext.Id, knownTypes);