2 writes to SubjectConfirmationMethod
System.IdentityModel (2)
System\IdentityModel\XD.cs (2)
301this.SubjectConfirmationMethod = dictionary.CreateString(IdentityModelStringsVersion1.String67, 67); 362this.SubjectConfirmationMethod = LookupDictionaryString(dictionary, IdentityModelStringsVersion1.String67);
4 references to SubjectConfirmationMethod
System.IdentityModel (4)
System\IdentityModel\Tokens\SamlSubject.cs (4)
56throw DiagnosticUtility.ExceptionUtility.ThrowHelperArgument(SR.GetString(SR.SAMLEntityCannotBeNullOrEmpty, XD.SamlDictionary.SubjectConfirmationMethod.Value)); 291while (reader.IsStartElement(dictionary.SubjectConfirmationMethod, dictionary.Namespace)) 295throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new SecurityTokenException(SR.GetString(SR.SAMLBadSchema, dictionary.SubjectConfirmationMethod.Value))); 382writer.WriteElementString(dictionary.SubjectConfirmationMethod, dictionary.Namespace, method);