Contains the result of a successful invocation of the GetSAMLProvider action.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetSAMLProviderResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetSAMLProviderResult()()()() | Initializes a new instance of the GetSAMLProviderResult class | 
|  | CreateDate | 
            Gets and sets the property CreateDate. 
             The date and time when the SAML provider was created. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | SAMLMetadataDocument | 
            Gets and sets the property SAMLMetadataDocument. 
             The XML metadata document that includes information about an identity provider. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | ValidUntil | 
            Gets and sets the property ValidUntil. 
             The expiration date and time for the SAML provider. | 
|  | WithCreateDate(DateTime) | Obsolete. 
            Sets the CreateDate property
             | 
|  | WithSAMLMetadataDocument(String) | Obsolete. 
            Sets the SAMLMetadataDocument property
             | 
|  | WithValidUntil(DateTime) | Obsolete. 
            Sets the ValidUntil property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | GetSAMLProviderResult |