SerializedSecurityContextType Members
The SerializedSecurityContextType class is used in the SOAP header for token serialization in server-to-server authentication. Token serialization is not supported.
The following tables list the members exposed by the SerializedSecurityContextType type.
Public Constructors
Name | Description | |
---|---|---|
SerializedSecurityContextType | The SerializedSecurityContextType constructor initializes a new instance of the SerializedSecurityContextType class. |
Top
Public Properties
Name | Description | |
---|---|---|
Actor | (inherited from SoapHeader ) | |
DidUnderstand | (inherited from SoapHeader ) | |
EncodedMustUnderstand | (inherited from SoapHeader ) | |
EncodedMustUnderstand12 | (inherited from SoapHeader ) | |
EncodedRelay | (inherited from SoapHeader ) | |
GroupSids | The GroupSids property gets or sets a collection of Active Directory directory service group object security identifiers. | |
MustUnderstand | (inherited from SoapHeader ) | |
PrimarySmtpAddress | The PrimarySmtpAddress property gets or sets the primary SMTP address of an account to be used for server-to-server authentication. | |
Relay | (inherited from SoapHeader ) | |
RestrictedGroupSids | The RestrictedGroupSids property gets or sets a collection of Active Directory directory service group object security identifiers for a restricted group. | |
Role | (inherited from SoapHeader ) | |
UserSid | The UserSid property gets or sets the security descriptor definition language (SDDL) form of the user security identifier in a serialized security context SOAP header. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top
See Also