VersionInformation Class
Version information for a software application. Use VersionInformation when retrieving trust information.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Inheritance Hierarchy
System.Object
System.Web.Security.SingleSignOn.VersionInformation
Syntax
[SerializableAttribute]
public class VersionInformation
[SerializableAttribute]
public ref class VersionInformation
[<SerializableAttribute>]
type VersionInformation = class end
<SerializableAttribute>
Public Class VersionInformation
Constructors
Name | Description | |
---|---|---|
VersionInformation() | Initializes a new instance of the VersionInformation class. |
Properties
Name | Description | |
---|---|---|
Guid | Gets or sets the GUID for the software version. |
|
SoftwareVersion | Gets or sets the software version number. |
|
Version | Gets or sets the GUID associated with the software version. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
IsDifferentOrNewerThan(VersionInformation) | Compares the specified VersionInformation object with the current VersionInformation object. The method checks whether the current version is greater than the specified version. |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
System.Web.Security.SingleSignOn Namespace
Return to top