mirror of
https://github.com/bitwarden/server.git
synced 2025-07-07 10:55:43 -05:00
Turn on file scoped namespaces (#2225)
This commit is contained in:
@ -1,15 +1,14 @@
|
||||
namespace Bit.Core.Enums
|
||||
namespace Bit.Core.Enums;
|
||||
|
||||
public enum Saml2NameIdFormat : byte
|
||||
{
|
||||
public enum Saml2NameIdFormat : byte
|
||||
{
|
||||
NotConfigured = 0,
|
||||
Unspecified = 1,
|
||||
EmailAddress = 2,
|
||||
X509SubjectName = 3,
|
||||
WindowsDomainQualifiedName = 4,
|
||||
KerberosPrincipalName = 5,
|
||||
EntityIdentifier = 6,
|
||||
Persistent = 7,
|
||||
Transient = 8,
|
||||
}
|
||||
NotConfigured = 0,
|
||||
Unspecified = 1,
|
||||
EmailAddress = 2,
|
||||
X509SubjectName = 3,
|
||||
WindowsDomainQualifiedName = 4,
|
||||
KerberosPrincipalName = 5,
|
||||
EntityIdentifier = 6,
|
||||
Persistent = 7,
|
||||
Transient = 8,
|
||||
}
|
||||
|
Reference in New Issue
Block a user