1 write to Index
System.IdentityModel (1)
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
916endpoint.Index = index;
4 references to Index
System.IdentityModel (4)
System\IdentityModel\Metadata\MetadataSerializer.cs (4)
1610spssoDescriptor.AssertionConsumerServices.Add(endpoint.Index, endpoint); 1672singleSignOnDescriptor.ArtifactResolutionServices.Add(endpoint.Index, endpoint); 2428if (indexedEP.Index < 0) 2433writer.WriteAttributeString(Saml2MetadataConstants.Attributes.EndpointIndex, null, indexedEP.Index.ToString(CultureInfo.InvariantCulture));