Security.Protocol.Hash.ClassSecurity Protocol Hash Class

Security.Protocol.Hash.Class (ClassType)

Element properties:

Base ClassSecurity.Protocol.Class
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId09576d95-c897-7a18-b0d1-132e2000122c

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Security.Protocol.Class:
KeyPath  string  KeyPath true 256  False     
Security.Protocol.Hash.Class:
MD5  string  MD5 false 256  False     
SHA  string  SHA false 256  False     
SHA256  string  SHA 256 false 256  False     
SHA384  string  SHA 384 false 256  False     
SHA512  string  SHA 512 false 256  False     

Health Model:

Source Code:

<ClassType ID="Security.Protocol.Hash.Class" Accessibility="Public" Abstract="false" Base="Security.Protocol.Class" Hosted="true" Singleton="false" Extension="false">
<Property ID="MD5" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="SHA" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="SHA256" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="SHA384" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="SHA512" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>