SamlSubject.ConfirmationMethods Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a set of URI references that identify the protocols that should be used to authenticate the subject.
public:
property System::Collections::Generic::IList<System::String ^> ^ ConfirmationMethods { System::Collections::Generic::IList<System::String ^> ^ get(); };
public System.Collections.Generic.IList<string> ConfirmationMethods { get; }
member this.ConfirmationMethods : System.Collections.Generic.IList<string>
Public ReadOnly Property ConfirmationMethods As IList(Of String)
Property Value
An IList<T> of type String that contains a set of URI references that identify the protocols that should be used to authenticate the subject.
Remarks
Although the set of authentication protocols s extensible, the following table lists the protocols defined by the SAML specification.
Protocol | Description |
---|---|
HolderOfKey | A URI that specifies that the recipient of a SamlSecurityToken security token should use the KeyIdentifier property to confirm that the SOAP message was sent by the SAML assertion's subject. |
SenderVouches | A URI that specifies that additional information is not available for a recipient of a SAML security token to confirm that the SOAP message was sent by the SAML assertion's subject. |