Class: Rucades::EKU
- Inherits:
-
Object
- Object
- Rucades::EKU
- Defined in:
- sig/rucades.rbs
Instance Method Summary collapse
-
#name ⇒ Integer
Имя расширенного использования ключа (CAPICOM_EKU).
- #name= ⇒ Integer
-
#oid ⇒ String
OID расширенного использования ключа.
- #oid= ⇒ String
Instance Method Details
#name ⇒ Integer
Имя расширенного использования ключа (CAPICOM_EKU).
340 |
# File 'sig/rucades.rbs', line 340
def name: () -> Integer
|
#name= ⇒ Integer
341 |
# File 'sig/rucades.rbs', line 341
def name=: (Integer) -> Integer
|
#oid ⇒ String
OID расширенного использования ключа.
344 |
# File 'sig/rucades.rbs', line 344
def oid: () -> String
|
#oid= ⇒ String
345 |
# File 'sig/rucades.rbs', line 345
def oid=: (String) -> String
|