Share via


CustomSymmetricCryptoProviderNode.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 ISymmetricCryptoProvider.

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(ISymmetricCryptoProvider), GetType(CustomSymmetricCryptoProviderData))> _
<EditorAttribute(GetType(TypeSelectorEditor), GetType(UITypeEditor))> _
<RequiredAttribute> _
PublicPropertyTypeAs String
[BaseTypeAttribute(typeof(ISymmetricCryptoProvider), typeof(CustomSymmetricCryptoProviderData))]
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[RequiredAttribute]
public string Type { get; set; }
[BaseTypeAttribute(typeof(ISymmetricCryptoProvider), typeof(CustomSymmetricCryptoProviderData))]
[EditorAttribute(typeof(TypeSelectorEditor), typeof(UITypeEditor))]
[RequiredAttribute]
public:
property String^ Type {
    String^ get ();
    voidset (String^ value);
}
publicfunction getType () : String
publicfunction setType (value : String)

See Also

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