UserNameSecureData(Type) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.