ICardInitialization.DefaultAdminKey Property
Gets the default administrator key.
Namespace: Microsoft.Clm
Assembly: Microsoft.Clm.Common (in Microsoft.Clm.Common.dll)
Usage
'Usage
Dim instance As ICardInitialization
Dim value As SymmetricKey
value = instance.DefaultAdminKey
Syntax
'Declaration
ReadOnly Property DefaultAdminKey As SymmetricKey
SymmetricKey DefaultAdminKey { get; }
property SymmetricKey^ DefaultAdminKey {
SymmetricKey^ get ();
}
/** @property */
SymmetricKey get_DefaultAdminKey ()
function get DefaultAdminKey () : SymmetricKey
Property Value
A SymmetricKey object that describes the default administrator key.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows 2008 x64 Edition
Target Platforms
Windows XP SP3, Windows Vista SP1+, Windows 7, Windows Server 2008, Windows Server 2008 R2
See Also
Reference
ICardInitialization Interface
ICardInitialization Members
Microsoft.Clm Namespace