Share via


CustomHashProviderNode.Type Property

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Gets or sets fully qualified assembly name of the IHashProvider.

Namespace:  EnterpriseLibrary.Security.Cryptography.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design (in Microsoft.Practices.EnterpriseLibrary.Security.Cryptography.Configuration.Design.dll)

Syntax

'Declaration
<BaseTypeAttribute(GetType(IHashProvider), GetType(CustomHashProviderData))> _
<EditorAttribute(GetType(TypeSelectorEditor), GetType(UITypeEditor))> _
<RequiredAttribute> _
PublicPropertyTypeAs String
[BaseTypeAttribute(typeof(IHashProvider), typeof(CustomHashProviderData))]
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[RequiredAttribute]
public string Type { get; set; }
[BaseTypeAttribute(typeof(IHashProvider), typeof(CustomHashProviderData))]
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[RequiredAttribute]
public:
property String^ Type {
    String^ get ();
    voidset (String^ value);
}
publicfunction getType () : String
publicfunction setType (value : String)

See Also

CustomHashProviderNode Class

EnterpriseLibrary.Security.Cryptography.Configuration.Design Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.