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
System_CAPS_pubmethod VersionInformation()

Initializes a new instance of the VersionInformation class.

Properties

Name Description
System_CAPS_pubproperty Guid

Gets or sets the GUID for the software version.

System_CAPS_pubproperty SoftwareVersion

Gets or sets the software version number.

System_CAPS_pubproperty Version

Gets or sets the GUID associated with the software version.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod 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.

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod 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