 | ExtendedKeyUsageOidsAllIssuancePolicy Field |
All issuance policies. Applies primarily to CAs and controls the allowed usages for end-entity certs issued.
Namespace: SanteDB.Core.Security.CertsAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic const string AllIssuancePolicy = "2.5.29.32.0"
Public Const AllIssuancePolicy As String = "2.5.29.32.0"
public:
literal String^ AllIssuancePolicy = "2.5.29.32.0"
static val mutable AllIssuancePolicy: string
Field Value
String
Remarks
This will be opened up in a future release of .NET, see https://github.com/dotnet/runtime/issues/87270
See Also