Share via


UserNameSecureData(Type) Constructor

Definition

Initializes a new instance of the UserNameSecureData class by using the specified type of secure data.

protected public:
 UserNameSecureData(Type ^ clrType);
protected internal UserNameSecureData (Type clrType);
new Microsoft.EnterpriseManagement.Security.UserNameSecureData : Type -> Microsoft.EnterpriseManagement.Security.UserNameSecureData
Protected Friend Sub New (clrType As Type)

Parameters

clrType
Type

The Common Language Runtime (CLR) type of the secure data.

Applies to