SelfSignedOptions.KeyUsageFlags property

The X.509 Key Usage flags to apply to the certificate. Null or None uses the default flags for the selected key type.

public X509KeyUsageFlags? KeyUsageFlags { get; set; }

See Also