Show / Hide Table of Contents

Class KeyInfo

Base class for key infos.

Inheritance
System.Object
KeyInfo
FeatureKeyInfo
InvalidKeyInfo
ProtectionKeyInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Sartorius.SAF.Licensing
Assembly: Sartorius.SAF.Licensing.dll
Syntax
[Serializable]
public abstract class KeyInfo

Constructors

View Source

KeyInfo(String)

Create and initialize a new instance of the KeyInfo class.

Declaration
protected KeyInfo(string key)
Parameters
Type Name Description
System.String key

The key value.

Properties

View Source

Key

Gets string representation of the key.

Declaration
public string Key { get; }
Property Value
Type Description
System.String

Extension Methods

CollectionExtensions.AddRange<T, TCollection>(TCollection, IEnumerable<T>)
SerializableObjectCloneExtension.Clone<T>(T)
  • View Source
Back to top Generated by DocFX