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