EnhancedKeyUsageRepresentation Struct   
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.
Defines the type of EKU string The structure contains friendly name and EKU oid
public value class EnhancedKeyUsageRepresentation
	public value class EnhancedKeyUsageRepresentation
	struct EnhancedKeyUsageRepresentation
	public struct EnhancedKeyUsageRepresentation
	[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct EnhancedKeyUsageRepresentation
	type EnhancedKeyUsageRepresentation = struct
	[<System.Runtime.CompilerServices.IsReadOnly>]
type EnhancedKeyUsageRepresentation = struct
	Public Structure EnhancedKeyUsageRepresentation
		- Inheritance
 - 
				EnhancedKeyUsageRepresentation
 
- Attributes
 
Constructors
| EnhancedKeyUsageRepresentation(String, String) | 
		 constructor of an EnhancedKeyUsageRepresentation  | 
        	
Properties
| FriendlyName | 
		 get property of friendlyName  | 
        	
| ObjectId | 
		 get property of oid  | 
        	
Methods
| Equals(EnhancedKeyUsageRepresentation) | 
		 value comparison  | 
        	
| ToString() | 
		 get display string  |