Documentation
¶
Index ¶
Constants ¶
View Source
const ( // On Premises Key Trust KeySource_AD uint8 = 0x00 // Hybrid Azure AD Key Trust KeySource_AzureAD uint8 = 0x01 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type KeySource ¶
type KeySource struct {
Value uint8
}
KeySource represents the source of the key. Sources: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-adts/d4b9b239-dbe8-4475-b6f9-745612c64ed0?redirectedfrom=MSDN https://msdn.microsoft.com/en-us/library/mt220501.aspx
func (*KeySource) Marshal ¶
Marshal returns the raw bytes of the KeySource structure.
Returns: - A byte slice representing the raw bytes of the KeySource structure. - An error if the conversion fails.
Click to show internal directories.
Click to hide internal directories.